home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / snpd9611.zip / DATETIME.H < prev    next >
Text File  |  1996-11-24  |  293b  |  16 lines

  1. .I 0 3
  2. /* +++Date last modified: 26-Oct-1996 */
  3.  
  4. /*
  5. .D 1 1
  6. .I 44 8
  7.                      unsigned *day, Syntax_T syntax);
  8.  
  9. /*
  10. **  Time parser from PARSTIME.C
  11. */
  12.  
  13. Boolean_T parse_time(const char *str, unsigned *hours, unsigned *mins,
  14.                      unsigned *secs);
  15. .D 45 1
  16.